Home | History | Annotate | Download | only in Tests_2004

Lines Matching full:code

26 <p>These should not, because they occur within a code block:</p>
28 <code>Backslash: \
59 </code>
61 <p>Nor should these, which occur in code spans:</p>
62 <p>Backslash: <code>\</code></p>
63 <p>Backtick: <code>\`</code></p>
64 <p>Asterisk: <code>\*</code></p>
65 <p>Underscore: <code>\_</code></p>
66 <p>Left brace: <code>\{</code></p>
67 <p>Right brace: <code>\}</code></p>
68 <p>Left bracket: <code>\[</code></p>
69 <p>Right bracket: <code>\]</code></p>
70 <p>Left paren: <code>\(</code></p>
71 <p>Right paren: <code>\)</code></p>
72 <p>Greater-than: <code>\&gt;</code></p>
73 <p>Hash: <code>\#</code></p>
74 <p>Period: <code>\.</code></p>
75 <p>Bang: <code>\!</code></p>
76 <p>Plus: <code>\+</code></p>
77 <p>Minus: <code>\-</code></p>